Skip to content

release: 0.19.0#35

Open
stainless-app[bot] wants to merge 9 commits intomainfrom
release-please--branches--main--changes--next
Open

release: 0.19.0#35
stainless-app[bot] wants to merge 9 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Apr 23, 2026

Automated Release PR

0.19.0 (2026-05-08)

Full Changelog: v0.18.0...v0.19.0

Features

  • go: add default http client with timeout (4562f58)
  • support setting headers via env (3b6d6cd)

Bug Fixes

  • go: avoid panic when http.DefaultTransport is wrapped (90abdb2)

Chores

  • avoid embedding reflect.Type for dead code elimination (768a2a1)
  • internal: more robust bootstrap script (53ef042)
  • redact api-key headers in debug logs (0f70339)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


Note

Medium Risk
Medium risk because it changes default HTTP behavior (new client/transport timeout) and adds environment-driven header injection, which can affect request semantics and debugging/logging output.

Overview
Bumps the SDK release to 0.19.0 (manifest/version constants, README pin, changelog, and spec URL).

Adds a default http.Client that clones http.DefaultTransport when possible to apply a ResponseHeaderTimeout, and wires it into DefaultClientOptions().

Extends env-based configuration to support HYPEMAN_CUSTOM_HEADERS (newline-delimited Header: value entries) and updates debug logging to redact sensitive headers (auth/api-key/cookies) when dumping requests/responses.

Refactors internal encoder/decoder cache keys to store reflect.Type in a named field (avoiding embedded reflect.Type) and makes the bootstrap script more robust to unset SKIP_BREW.

Reviewed by Cursor Bugbot for commit b1c2fe6. Bugbot is set up for automated code reviews on this repo. Configure here.

@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

Reason: This is an automated release PR with only internal/chore changes to a bootstrap script, not a change to kernel API endpoints or Temporal workflows.

To monitor this PR anyway, reply with @firetiger monitor this.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Apr 28, 2026

🧪 Testing

To try out this version of the SDK:

Download and unzip: 'https://pkg.stainless.com/s/hypeman-go/90abdb2fe804de224236e5a0556b5675afb49c09/source.zip'. Run 'go mod edit -replace github.com/kernel/hypeman-go=/path/to/unzipped_directory'.

Expires at: Sun, 07 Jun 2026 05:22:38 GMT
Updated at: Fri, 08 May 2026 05:22:38 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b243e2b to 6dac974 Compare April 28, 2026 04:32
@stainless-app stainless-app Bot changed the title release: 0.18.1 release: 0.19.0 Apr 28, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 6dac974 to 9f751f0 Compare April 28, 2026 04:50
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 9f751f0 to b9f3593 Compare April 29, 2026 19:15
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b9f3593. Configure here.

Comment thread default_http_client.go Outdated
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b9f3593 to 6c7cd27 Compare April 30, 2026 06:14
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 6c7cd27 to 277c1f0 Compare May 1, 2026 04:53
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 277c1f0 to 459e311 Compare May 1, 2026 04:57
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 459e311 to 05ff9ad Compare May 8, 2026 05:21
stainless-app Bot added 2 commits May 8, 2026 05:22
defaultHTTPClient performed an unchecked type assertion on
http.DefaultTransport, which panicked for any caller that had wrapped
the global transport (e.g. otelhttp.NewTransport for distributed
tracing). When the assertion fails, fall back to the wrapped
RoundTripper as-is — preserving the caller's wrapping at the cost of
ResponseHeaderTimeout, which is strictly better than panicking.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 05ff9ad to b1c2fe6 Compare May 8, 2026 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants